home *** CD-ROM | disk | FTP | other *** search
- -- card: 3665 from stack: in
- -- bmap block id: 4248
- -- flags: 0000
- -- background id: 2124
- -- name:
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=245 top=54 right=75 bottom=266
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video step,reverse
- else video play,reverse
- else
- if option is up then video slow,reverse
- else video fast,reverse
- end if
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=267 top=52 right=76 bottom=291
- -- title width / last selected line: 0
- -- icon id / first selected line: 9940 / 9940
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if message = empty then exit mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video search,message
- else video slow,till,message
- else
- if option is up then video play,till,message
- else video fast,till,message
- end if
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=293 top=54 right=74 bottom=313
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video step,forward
- else video play,forward
- else
- if option is up then video slow,forward
- else video fast,forward
- end if
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=118 top=93 right=117 bottom=142
- -- title width / last selected line: 0
- -- icon id / first selected line: 9940 / 9940
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if message = empty then exit mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video search,message
- else video slow,till,message
- else
- if option is up then video play,till,message
- else video fast,till,message
- end if
- end mouseUp
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=118 top=120 right=144 bottom=142
- -- title width / last selected line: 0
- -- icon id / first selected line: 9940 / 9940
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if message = empty then exit mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video search,message
- else video slow,till,message
- else
- if option is up then video play,till,message
- else video fast,till,message
- end if
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=118 top=145 right=169 bottom=142
- -- title width / last selected line: 0
- -- icon id / first selected line: 9940 / 9940
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if message = empty then exit mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video search,message
- else video slow,till,message
- else
- if option is up then video play,till,message
- else video fast,till,message
- end if
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=179 top=172 right=196 bottom=203
- -- title width / last selected line: 0
- -- icon id / first selected line: 9940 / 9940
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if message = empty then exit mouseUp
- put the optionKey into option
- if the shiftKey is up then
- if option is up then video search,message
- else video slow,till,message
- else
- if option is up then video play,till,message
- else video fast,till,message
- end if
- end mouseUp
-
-
-
- -- part contents for background part 1
- ----- text -----
-
-
-
- Search for the frame whose number is in the message box.
-
- Shift Play slowly from here to the frame number in the message
- box.
- Option Play from here to the frame number in the message box.
-
- Shift and Option Play fast from here to the frame number in the
- message box.
-
- To use these buttons in your own stacks, copy button and paste it into the your stack.
-
-
-
- -- part contents for background part 4
- ----- text -----
- Mini Video Panel (cont.)